Xbasic

nodeservices::firestoregetUserClaims Method

Syntax

<firestore>.getUserClaims(securityKeyfilename as c, databaseURL as c, uid as c)

Returns

result

Claims associated with the user.

Description

Retrieve the user 'claims' for a firestore database, these are generally used by the firestore rules, but are useful for the alpha anywhere server for determining what functionality the application exposes.

Example